Tx
class Tx(rt: <Error class: unknown class><out <Error class: unknown class>>, tx: <Error class: unknown class><out <Error class: unknown class>>) : Transaction
Represents a database transaction, providing methods to perform commit, rollback, and query execution operations within the transaction's context.
This class models the behavior of a transactional session, ensuring thread-safe execution of operations using a locking mechanism and maintaining the transaction's state.